home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10266 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.0 KB  |  36 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news.sprintlink.net!mv!usenet
  3. From: ENGR@GSSI.MV.COM (Michael Furman)
  4. Subject: Re: pointer to 2 dim array
  5. Message-ID: <Dnv24o.F2B@mv.mv.com>
  6. Mime-Version: 1.0
  7. Content-Type: Text/Plain; charset=US-ASCII
  8. Organization: GSSI
  9. Date: Wed, 6 Mar 1996 19:29:12 GMT
  10. References: <313B3317.3CD9@gold.interlog.com>
  11. X-Newsreader: WinVN 0.99.7
  12. X-Nntp-Posting-Host: gssi.mv.com
  13.  
  14. In article <313B3317.3CD9@gold.interlog.com>, markg@gold.interlog.com 
  15. says...
  16. >
  17. >How can I create a dynamic 2 dimesional array
  18. >and be able to be store and retrieve from it?
  19.  
  20. int (x *) [100] = new int[200][100];
  21.  
  22. >
  23. >Thanks.
  24. >--
  25.  
  26. -- 
  27. <<< If you received it by E-mail: it is a copy of post to the newsgroup 
  28. >>>
  29. ---------------------------------------------------------------
  30. Michael Furman,                       (603)893-1109
  31. Geophysical Survey Systems, Inc.  fax:(603)889-3984
  32. 13 Klein Drive - P.O. Box 97          engr@gssi.mv.com 
  33. North Salem, NH 03073-0097            71543.1334@compuserve.com
  34. ---------------------------------------------------------------
  35.  
  36.